projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174f2a9
)
* Makefile.in (w32locallisppath): Add PATH_REL_LOADSEARCH (bug#45303).
author
Andrea Corallo
<akrl@sdf.org>
Thu, 17 Dec 2020 21:07:39 +0000
(22:07 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 17 Dec 2020 21:08:44 +0000
(22:08 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 027dca0bd703566da4f4ba9e57fb19769fd3d56f..8a9c23c9013895f749b2af1b23f707d68546a13d 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-403,6
+403,7
@@
epaths-force-w32:
w32locallisppath=$${w32locallisppath//$${w32prefix}/"%emacs_dir%"} ; \
sed < ${srcdir}/nt/epaths.nt > epaths.h.$$$$ \
-e 's;\(#.*PATH_SITELOADSEARCH\).*$$;\1 "'"$${w32locallisppath//;/\\;}"'";' \
+ -e 's;\(#.*PATH_REL_LOADSEARCH\).*$$;\1 "${lispdirrel}";' \
-e '/^.*#/s/@VER@/${version}/g' \
-e '/^.*#/s/@CFG@/${configuration}/g' \
-e "/^.*#/s|@SRC@|$${w32srcdir}|g") && \